diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 2 | ||||
-rw-r--r-- | graphics/php72-exif/Makefile | 9 | ||||
-rw-r--r-- | graphics/php72-exif/php71-exif/Makefile | 9 | ||||
-rw-r--r-- | graphics/php72-gd/Makefile | 9 | ||||
-rw-r--r-- | graphics/php72-gd/php71-gd/Makefile | 9 |
5 files changed, 38 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f56889e2907c..08f897416e9a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -792,6 +792,8 @@ SUBDIR += php70-gd SUBDIR += php71-exif SUBDIR += php71-gd + SUBDIR += php72-exif + SUBDIR += php72-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle diff --git a/graphics/php72-exif/Makefile b/graphics/php72-exif/Makefile new file mode 100644 index 000000000000..1670b029f91a --- /dev/null +++ b/graphics/php72-exif/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php72 + +PKGNAMESUFFIX= -exif + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/php72-exif/php71-exif/Makefile b/graphics/php72-exif/php71-exif/Makefile new file mode 100644 index 000000000000..cdec2198f850 --- /dev/null +++ b/graphics/php72-exif/php71-exif/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -exif + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/php72-gd/Makefile b/graphics/php72-gd/Makefile new file mode 100644 index 000000000000..4abdf73bdb58 --- /dev/null +++ b/graphics/php72-gd/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php72 + +PKGNAMESUFFIX= -gd + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/php72-gd/php71-gd/Makefile b/graphics/php72-gd/php71-gd/Makefile new file mode 100644 index 000000000000..e2108f99c317 --- /dev/null +++ b/graphics/php72-gd/php71-gd/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -gd + +.include "${MASTERDIR}/Makefile" |